home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Sample Code / Snippets / Sound / 2BufRecord&Play / 2BufRecord&Play.readme < prev    next >
Encoding:
Text File  |  1993-01-18  |  387 b   |  1 lines  |  [TEXT/NISI]

  1. This application uses double buffering for both recording and playback. Once a buffer is filled by the recording, the buffer is passed to the playback to be played.  The palyback has a small delay between the buffers which does not sound very good.  The delay sounds a little like a skip in a record.  The way to quit the application is to hold down the mouse button until the app quits.